projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
288df22
)
* doc/lispref/sequences.texi (Sequence Functions): Fix quoting.
author
Paul Eggert
<eggert@cs.ucla.edu>
Wed, 6 May 2015 17:56:11 +0000
(10:56 -0700)
committer
Paul Eggert
<eggert@cs.ucla.edu>
Wed, 6 May 2015 17:56:39 +0000
(10:56 -0700)
doc/lispref/sequences.texi
patch
|
blob
|
history
diff --git
a/doc/lispref/sequences.texi
b/doc/lispref/sequences.texi
index 1166ef8b36f26ebc04767c72e15a098ef6823ef6..9bce155467ea5b7d7c1e2b887e41eb02be9df158 100644
(file)
--- a/
doc/lispref/sequences.texi
+++ b/
doc/lispref/sequences.texi
@@
-804,7
+804,7
@@
vector or string (@pxref{Iteration} for more information about the
@var{arguments} can itself include sequences allowing for nested
destructuring.
-The @var{arguments} sequence can also include the
`&rest'
marker
+The @var{arguments} sequence can also include the
@code{&rest}
marker
followed by a variable name to be bound to the rest of
@code{sequence}.